Getting started: Add an example for property actions
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jul 2013 05:13:06 +0000 (01:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jul 2013 11:31:05 +0000 (07:31 -0400)
commit15453349eac598fa6c7a37809bd2c189c65b4841
tree7a2c9893e5b6cc5cd0be64a113033d3264a36a13
parent84244d56fc42a2cd6541819334b4ef7c7aa4fb1f
Getting started: Add an example for property actions

This example demonstrates property actions and object binding.
16 files changed:
configure.ac
examples/Makefile.am
examples/application9/Makefile.am [new file with mode: 0644]
examples/application9/app-menu.ui [new file with mode: 0644]
examples/application9/exampleapp.c [new file with mode: 0644]
examples/application9/exampleapp.gresource.xml [new file with mode: 0644]
examples/application9/exampleapp.h [new file with mode: 0644]
examples/application9/exampleappprefs.c [new file with mode: 0644]
examples/application9/exampleappprefs.h [new file with mode: 0644]
examples/application9/exampleappwin.c [new file with mode: 0644]
examples/application9/exampleappwin.h [new file with mode: 0644]
examples/application9/gears-menu.ui [new file with mode: 0644]
examples/application9/main.c [new file with mode: 0644]
examples/application9/org.gtk.exampleapp.gschema.xml [new file with mode: 0644]
examples/application9/prefs.ui [new file with mode: 0644]
examples/application9/window.ui [new file with mode: 0644]